home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Family Forum 260
/
SOMC Family Forum 260 - Disc 2.iso
/
Somc.dir
/
00008_Script_eastereggs
< prev
next >
Wrap
Text File
|
1999-01-19
|
444b
|
26 lines
on exitFrame
go to the frame
end
on keyDown
set WHICHKEY to the keyPressed
if (the commandDown) and (the optionDown) then
beep
beep
case (WHICHKEY) of
"B" : play "BOSCH"
"H" : play "HUNT"
"N" : play "NESTOR"
"P" : play "PARKER"
"S" : play "SANM"
"T" : play "TECSON"
"W" : play "WIEMER"
end case
end if
end